home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / FLX238BN.ZIP / diffs / flex-238 / flexdef.h < prev    next >
Text File  |  1993-11-28  |  470b  |  20 lines

  1. *** orig/flex-238/flexdef.h    Sun May 30 12:23:44 1993
  2. --- src/flex-238/flexdef.h    Sun May 30 12:24:04 1993
  3. ***************
  4. *** 118,124 ****
  5.   #define max(x,y) ((x) > (y) ? (x) : (y))
  6.   #endif
  7.   
  8. ! #ifdef MS_DOS
  9.   #ifndef abs
  10.   #define abs(x) ((x) < 0 ? -(x) : (x))
  11.   #endif
  12. --- 118,124 ----
  13.   #define max(x,y) ((x) > (y) ? (x) : (y))
  14.   #endif
  15.   
  16. ! #if defined(MS_DOS) || defined(__MSDOS__)
  17.   #ifndef abs
  18.   #define abs(x) ((x) < 0 ? -(x) : (x))
  19.   #endif
  20.